+server
Documentation / routes/api/users/[userId]/files/+server
GET()​
function GET(__namedParameters: object): Promise<Response>;
Defined in: web-app/src/routes/api/users/[userId]/files/+server.ts:6
Parameters​
Parameter | Type |
---|---|
| { |
|
|
|
|
Returns​
Promise
<Response
>